home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / mail / berolist.0 / berolist / BeroList-1.0.1 / CHANGES next >
Text File  |  1996-05-21  |  2KB  |  44 lines

  1. CHANGES in BeroList
  2. ===================
  3. v0.1.0
  4. ------
  5. Misc   - Initial (beta) release
  6.  
  7. v0.1.1
  8. ------
  9. Bugfix - 0.1.0 allocated too less memory for some strings.
  10. Bugfix - Welcome messages may now have a ':' in the first line
  11. New    - Now adds information to mailer-daemon error messages
  12. Change - Moved some code from main() to sub-routines
  13.  
  14. v1.0.0
  15. ------
  16. Bugfix - 0.1.1 still allocated too less memory for some strings. :)
  17. Bugfix - Welcome files may now be longer than 1 kB
  18. Bugfix - In previous releases, an e-mail address had to be specified
  19.          in the same form the user's mailer sends it.
  20. Bugfix - If sender was set to the listname, wrong addresses in the members
  21.          list caused mail loops.
  22. Bugfix - Removed a derelict line from the README file.
  23. New    - Every list can have its own logfile. (Makes it much easier for
  24.          systems with lists operated by different people...)
  25. Change - Changed the format of logfiles. Looks better now. :)
  26. New    - If HOST is not defined in the header file, BeroList automatically
  27.          detects the hostname.
  28. Change - Added some more comments to the program code to make it easier
  29.          to understand.
  30. Change - Users may now subscribe using the subject 'subscribe email@host'
  31.          if email@host is the own address
  32. New    - New .config option: sender=list
  33. Opt    - Some code optimizations
  34. Misc   - First non-beta release
  35.  
  36. v1.0.1
  37. ------
  38. Change - Now includes the sender's original address in a message
  39.          (if sender != original)
  40. Change - Now includes the mailing list address in a message
  41.          (if sender != list)
  42. Bugfix - Removed a wrong comment from list.h
  43. Bugfix - Now works on systems that won't permit strcasecmp(x,NULL)
  44.